home *** CD-ROM | disk | FTP | other *** search
/ Mantenimiento Redes Del PC / Mantenimiento Redes Del PC.iso / recomen / ccopy95 / ccopy95.exe / 0 / RCDATA / TREGISTERBOX / TREGISTERBOX.txt
Text File  |  1997-04-12  |  1KB  |  46 lines

  1. object RegisterBox: TRegisterBox
  2.   Left = 302
  3.   Top = 143
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Registration'
  7.   ClientHeight = 273
  8.   ClientWidth = 427
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 30
  19.     Top = 25
  20.     Width = 366
  21.     Height = 171
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object Label1: TLabel
  25.       Left = 11
  26.       Top = 20
  27.       Width = 343
  28.       Height = 64
  29.       Caption = 
  30.         'This is an unregistered version of Compare Copy for Windows.  Pl' +
  31.         'ease register your copy to receive the latest version that will ' +
  32.         'not display this.  See Help/Registration for more information.'
  33.       WordWrap = True
  34.     end
  35.   end
  36.   object BitBtn1: TBitBtn
  37.     Left = 169
  38.     Top = 225
  39.     Width = 89
  40.     Height = 33
  41.     TabOrder = 1
  42.     OnClick = BitBtn1Click
  43.     Kind = bkOK
  44.   end
  45. end
  46.